/*
 * @CTime: 2021-04-26 16:49:34
 * @LastEditTime: 2021-05-24 14:57:52
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.report-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 298px;
  height: 100%;
  z-index: 20;
  background-color: #fcfcfc;
  border: 1px solid #eee;
}
.report-mask .report-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 11;
  transition: all 1s;
}
.report-mask .report-content .thanks {
  display: none;
}
.report-mask .report-content .thanks .line {
  margin-bottom: 10px;
}
.report-mask .report-content .thanks .line .title {
  font-size: 16px;
  font-weight: 400;
  float: left;
  color: #000;
}
.report-mask .report-content .thanks .line .back {
  float: right;
  font-size: 12px;
  color: #ec4b4b;
  cursor: pointer;
}

.report_timeout {
  font-size: 14px;
  color: #ec4b4b;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -82px;
  padding: 5px 10px;
  margin-top: -16px;
  z-index: 101;
  background: #fcfcfc;
  border: 1px solid #ddd;
}

.report-mask-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000000;
  transition: all 1s;
}
.report-mask-wrap .report-mask-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1000000;
}
.report-mask-wrap .report-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -310px;
  padding: 10px;
  width: 600px;
  height: 200px;
  background-color: #fff;
  z-index: 1000001;
  transition: all 1s;
}
.report-mask-wrap .report-content .report-reason {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.report-mask-wrap .report-content .report-reason .line {
  margin-bottom: 10px;
}
.report-mask-wrap .report-content .report-reason .line .title {
  font-size: 16px;
  float: left;
}
.report-mask-wrap .report-content .report-reason .line .back {
  float: right;
  font-size: 12px;
  color: #ec4b4b;
  cursor: pointer;
}
.report-mask-wrap .report-content .report-reason .reason-list {
  width: 100%;
}
.report-mask-wrap .report-content .report-reason .reason-list .item {
  float: left;
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.report-mask-wrap .report-content .report-reason .reason-list .item.nomr {
  margin-right: 0;
}
.report-mask-wrap .report-content .report-reason .reason-list .item:hover {
  color: #ec4b4b;
  border-color: #ec4b4b;
}
.report-mask-wrap .report-content .thanks {
  display: none;
}
.report-mask-wrap .report-content .thanks .line {
  margin-bottom: 10px;
}
.report-mask-wrap .report-content .thanks .line .title {
  font-size: 16px;
  float: left;
  color: #000;
}
.report-mask-wrap .report-content .thanks .line .back {
  float: right;
  font-size: 12px;
  color: #ec4b4b;
  cursor: pointer;
}
.report-mask-wrap .report-content .repeat {
  font-size: 14px;
  color: #ec4b4b;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -95px;
  padding: 5px 10px;
  margin-top: -16px;
  z-index: 100;
  background: #fcfcfc;
  border: 1px solid #ddd;
}